projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54d1c8f
)
(view-buffer-other-window): Remove spurious backslashes from
author
Roland McGrath
<roland@gnu.org>
Wed, 31 Mar 1993 23:16:10 +0000
(23:16 +0000)
committer
Roland McGrath
<roland@gnu.org>
Wed, 31 Mar 1993 23:16:10 +0000
(23:16 +0000)
interactive spec.
lisp/view.el
patch
|
blob
|
history
diff --git
a/lisp/view.el
b/lisp/view.el
index 5648a016ea1d79b1b3f9f1c60e24d56c95536f63..4629b4fcd6a397f78eaaa6fb9344b54a73dded79 100644
(file)
--- a/
lisp/view.el
+++ b/
lisp/view.el
@@
-163,7
+163,7
@@
Space scrolls forward, Delete scrolls backward.
For list of all View commands, type ? or h while viewing.
Calls the value of view-hook if that is non-nil."
- (interactive
\"bView buffer:\\nP\
")
+ (interactive
"bView buffer:\nP
")
(let ((return-to (and not-return (current-window-configuration))))
(switch-to-buffer-other-window buffer-name)
(view-mode return-to)))